home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-02-01 | 4.4 KB | 144 lines |
- ;*****************************************************************************
- ;
- ; Name: zebrobx2.inf
- ;
- ; Function:
- ; Install the Sony Ericsson OBEX Driver (WDM) on Win2000/XP
- ;
- ; Copyright (c) 2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=12/07/2005, 4.30.0.2700
- ;CatalogFile=zebrobex.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"zebrobex.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- zebrobex.sys = 1
- zebrcmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %SEMC%=SEMC
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [SEMC]
- %SEMC.Comm.Desc% = SEMC.Install, USB\VID_0FCE&PID_D030&Class_02&SubClass_0B&Prot_00&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SEMC.Install.nt]
- AddReg = SEMC.AddReg,SEMC.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SEMC.AddReg]
- HKR,,NTMPDriver,,zebrobex.sys
- HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200``nitial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
-
- ; only for NT...
- [SEMC.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- zebrobex.sys
- zebrcm.sys,zebrcmnt.sys
- zebrcmnt.sys
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [SEMC.Install.NT.Services]
- AddService = zebrobex, 0x00000002, SEMC.Install.AddService
-
-
- [SEMC.Install.AddService]
- DisplayName = %SEMC.Service.Name%
- Description = %SEMC.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\zebrobex.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "Sony Ericsson Mobile Communications AB"
- SEMC = "Sony Ericsson Mobile Communications AB"
- DiskString = "Sony Ericsson OBEX Driver installation disk"
-
- SEMC.Comm.Desc = "Sony Ericsson OBEX Driver (WDM)"
- SEMC.Service.Name = "Sony Ericsson OBEX Driver (WDM)"
- SEMC.Service.Desc = "Sony Ericsson OBEX Driver (WDM)"
-
-
- CustomerDataPath = "Sony Ericsson"
- DriverSet = "Sony Ericsson Software"
- UninstallFile = "ZEBRUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-